#booking_calendar_month table,
#reservation_listing tr,
#reservation_listing td,
active_reservation_control-section table{
     width: 100%;
    table-layout: fixed;
}
#booking_calendar_month tr.week{
     height: 100%;
}
#booking_calendar_month tr.week>td{
     padding: 0;
}

#booking_calendar_month .header th,
.reservation_controls-section .header {
    height: 3.5em;
    height: 60px;
}
#booking_calendar_month td.reservation_cell{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */

}
#booking_calendar_month .off_calendar{
    opacity:0.5;
}
#booking_calendar_month a.reservation-details.guest{
    opacity: 0.6;
}
#booking_calendar_month .reservation_row.overflow{
    /*display: none;*/
}
.reservation_controls-section>.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.reservation_controls-section>ul,
.reservation_controls-section>ul>li{
    width: 100%;
}
.reservation_controls-section .my_reservations_extra{
    display: none;
}
.reservation_controls-section .row-notes,
.reservation_controls-section .row-staff_notes{
    display: none;
}

.reservation_listing .my_reservations_actions{
    display: none;
    transition: display 3s;
}
.my_reservation:hover>.my_reservations_actions{
    display: block;
    transition: display 3s;
}
.guests_cabins .card{
    height: 100%;
    min-height: 230px;
}






/*table.booking_calendar_month,*/
/*.booking_calendar_month table{*/
/*    width: 100%;*/
/*    table-layout: fixed;*/
/*}*/
/*.booking_calendar_month .week{*/
/*    height: 150px;*/
/*}*/
/*.booking_calendar_month .cell{*/
/*    min-height: 150px;*/
/*    padding-right: 0;*/
/*    padding-left: 0;*/
/*}*/
/*.booking_calendar_month .day_tag_wrapper{*/
/*    text-align: right;*/
/*}*/
/*.booking_calendar_month .cell table{*/
/*    width: 100%;*/
/*}*/
/*.booking_calendar_month .cell td{*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.booking_calendar_month .day_tag{*/
/*    display: inline;*/
/*    padding: 3px 4px;*/
/*}*/
/*.booking_calendar_month .off_calendar{*/
/*    opacity:0.5;*/
/*}*/

/*.booking_calendar_month .week_calendar table,*/
/*.booking_calendar_month .week_calendar tbody{*/
/*    width: 100%;*/
/*}*/


/*!*table.booking_calendar{*!*/
/*!*    table-layout: fixed;*!*/
/*!*}*!*/
/*!*table.booking_calendar tbody tr.week_calendar {*!*/
/*!*    line-height: 130px;*!*/
/*!*    min-height: 130px;*!*/
/*!*    height: 130px;*!*/

/*!*}*!*/
/*!*table.booking_calendar thead tr.weekdays {*!*/
/*!*    text-align: center;*!*/
/*!*    opacity: 0.8;*!*/
/*!*}*!*/
/*!*table.booking_calendar thead tr.weekdays th.title,*!*/
/*!*table.booking_calendar thead tr.weekdays th.navigation-previous,*!*/
/*!*table.booking_calendar thead tr.weekdays th.navigation-next*!*/
/*!*{*!*/
/*!*    border: 0*!*/
/*!*}*!*/
/*!*table.booking_calendar thead th.navigation-right {*!*!*/
/*!*table.booking_calendar thead th.navigation-right {*!*/
/*!*    border-right: inherit;*!*/
/*!*}*!*/
/*!*table.booking_calendar thead th.navigation-left {*!*/
/*!*    border-left: inherit;*!*/
/*!*}*!*/

/*!*table.booking_calendar tbody td.date_calendar {*!*/
/*!*    min-width: 180px;*!*/
/*!*    padding:0;*!*/
/*!*}*!*/
/*!*table.booking_calendar tbody td.date_calendar a.reservation-details{*!*/
/*!*    width: 102%;*!*/
/*!*    line-height: 20px;*!*/
/*!*    padding: 0;*!*/
/*!*}*!*/

/*!*table.booking_calendar span.day_tag{*!*/
/*!*    position: absolute;*!*/
/*!*    top:0;*!*/
/*!*    right:0;*!*/
/*!*    line-height: normal;*!*/
/*!*    !*line-height: unset;*!*!*/
/*!*}*!*/
/*!*table.booking_calendar .day_tag_wrapper{*!*/
/*!*    position: relative;*!*/
/*!*    height: 25px;*!*/
/*!*}*!*/



/*!*table.booking_calendar .reservation-wrapper{*!*/
/*!*    position:relative;*!*/
/*!*    display: grid;*!*/
/*!*}*!*/
/*!*table.booking_calendar .reservation-details{*!*/
/*!*    position: absolute;*!*/
/*!*    top: 0;*!*/
/*!*    left:0;*!*/
/*!*}*!*/

/*form.booking_reservation .row.row-title,*/
/*form.booking_reservation .row.row-datetime,*/
/*form.booking_reservation .row.row-settings,*/
/*form.booking_reservation .row.row-notes,*/
/*form.booking_reservation .row.row-staff_notes,*/
/*form.booking_reservation .row.row-footer{*/
/*    margin-bottom: 40px;*/
/*}*/


